cssfiltervalue: Change node name
authorBenjamin Otte <otte@redhat.com>
Sat, 31 Dec 2016 12:49:43 +0000 (13:49 +0100)
committerBenjamin Otte <otte@redhat.com>
Sat, 31 Dec 2016 13:37:20 +0000 (14:37 +0100)
We're not just using this for icon filters, but for regular filters, so
the existing name is confusing.

gtk/gtkcssfiltervalue.c

index 808d41f18c6a5b83bb73e859bdaf9ae92390e6e0..7ad0bd431bd890d2071a49afe58464ce0484a851 100644 (file)
@@ -849,7 +849,7 @@ gtk_css_filter_value_push_snapshot (const GtkCssValue *filter,
   gtk_snapshot_push_color_matrix (snapshot,
                                   &matrix,
                                   &offset,
-                                  "IconFilter<%u>", filter->n_filters);
+                                  "CssFilter<%u>", filter->n_filters);
 }
 
 void